Newbie problem

Поиск
Список
Период
Сортировка
От David
Тема Newbie problem
Дата
Msg-id a05111b05ba0beb35c7e2@[150.244.80.140]
обсуждение исходный текст
Ответы Re: Newbie problem
Список pgsql-novice
Hello everybody:
  i can´t work with my Postgresql installation ( under Linux ), here
are my steps:

[shell]# mkdir /usr/local/pgsql/data
[shell]# chown postgres /usr/local/pgsql/data

[shell]# su - postgres
[shell]$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
and then

[shell]$ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data

OK? well... if i try

template1=# createuser "check";

ERROR:  parser: parse error at or near "createuser"
ERROR:  parser: parse error at or near "createuser"

what is the problem??? thank you very much!!!





В списке pgsql-novice по дате отправления:

Предыдущее
От: David Scullion
Дата:
Сообщение: system cataloge?
Следующее
От: Adam Witney
Дата:
Сообщение: Re: Newbie problem